CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pipeline A

搜索资源列表

  1. dlg_src

    0下载:
  2. Windows 管道应用, 创建管道,在创建一个进程执行命令行,将执行结果通过管道输出。-Windows piping applications, create channels, to create a process in the implementation of the command line, the results will be output through the pipeline.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:39824
    • 提供者:dannys
  1. pipe_cs

    0下载:
  2. 这是一管道程序,两个工程运行起来后,可利用管道相互通讯。-This is a pipeline process, the two projects up and running, you can communicate with each other using pipes.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:88101
    • 提供者:fatmouse
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:125146
    • 提供者:郑禾
  1. 1

    0下载:
  2. 本脚本支持管道和文件的编码转换,结果输出到屏幕。现在参数支持不多,但是有参数完整性的检测功能,可以完成多参数的无序调用。采用了新的脚本释放方法,源文件有改动时会自动更新脚本。还有错误消息和依赖文件完整性检查机制。希望这些小技巧对大家编写批处理有所帮助。-The scr ipt and documentation to support the pipeline code conversion, the results output to the screen. Parameters now sup
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:1451
    • 提供者:rweew
  1. PLC

    0下载:
  2. 本设计介绍了恒压供水系统的控制策略,分析了典型的恒压供水系统控制方案,阐述了应用该恒压供水系统的经济效益。本次设计是通过管网瞬间压力变化,自动调节某台水泵的转速和三台水泵的投入及退出,使管网主干管出口端保持在恒定的设定压力值,并满足用户的流量需求,使整个系统始终保持高效节能的最佳状态,经过精心设计与反复调试,设计出一套自动化程度高,测量准确,操作简单,适用范围广,界面丰富的三泵恒压供水系统。-Introduced the design of the control constant pressu
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:637568
    • 提供者:jack
  1. Plumber

    0下载:
  2. 一款Java管道连接游戏,将JAR包导入手机可以运行,另附有JAVA源文件,通过源代码你可以学到坐标、颜色、物件增大、增长的一些基本操作。 -Pipeline to connect a Java game JAR packages can run into the phone, JAVA source file followed by the source code you can learn the coordinates, colors, objects increases, an in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:193701
    • 提供者:孙鹏
  1. student

    0下载:
  2. 理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。 -Understanding of Linux file system organization have commonly used data structure system uses
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:4710
    • 提供者:gf
  1. ductS45

    0下载:
  2. LINES current through a pipeline - FLUID MECHANICS. -LINES current through a pipeline- FLUID MECHANICS.
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2369
    • 提供者:joaquinstevens
  1. M-Sim_V3

    0下载:
  2. 本软件M-Sim v3.0 用于计算机体系结构的仿真试验。它支持CMP,SMT的仿真试验。安装与简单操作文档在压缩包内。-M-Sim is a multi-threaded microarchitectural simulation environment with a detailed cycle-accurate model for the key pipeline structures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:33475092
    • 提供者:stanford
  1. OpenGL_ShadowVolume

    0下载:
  2. 采用条件编译相对路径。用OpenGL直接管道渲染,没有使用Shader。程序中有2个光源,一个静止,一个运动,从而可以更加精确地验证ShadowVolume的准确性。-Compiled using a relative path conditions. Rendering pipeline using OpenGL directly, without the use of Shader. Procedures in the two light source, a static, a movem
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:5054527
    • 提供者:王琦
  1. Javaserialportdesign

    0下载:
  2. 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线 控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查 询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类 库,该类库大大的简化了对串口进行操作的过程。 -An embedded system is usually dominated by its serial port full-duplex communication system, such as a pi
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3479
    • 提供者:xiaofeng
  1. cmdgui

    0下载:
  2. 一个GUI界面的仿CMD程序,利用了管道。-A GUI interface like CMD procedures, the use of the pipeline.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:2526389
    • 提供者:潘正海
  1. VBDOSinput

    0下载:
  2. DOS管道 在VB运行批处理 输出到文本框里-VB to run DOS batch pipeline output to a text box
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:11274
    • 提供者:jia
  1. VLSL-Design-of-High-Performance-Full-search-Block-

    0下载:
  2. 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:512651
    • 提供者:
  1. analog-to-digitalconversionofthespecificationsandp

    0下载:
  2. 这份术语表定义了TI公司的delta-sigma、逐次逼近型和流水线模数转换器,并详细说明他们的规格和性能特点。-approximation register (SAR), and pipeline analog-to-digital (A/D) Converter specifications and performance characteristics. Although there is a considerable amount of detail in this docume
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1692359
    • 提供者:千里
  1. lunwen

    0下载:
  2. 潘明海 刘英哲 于维双 (论文) 中文摘要: 本文讨论了一种可在FPGA上实现的FFT结构。该结构采用基于流水线结构和快速并行乘法器的蝶形处理器。乘法器采用改进的Booth算法,简化了部分积符号扩展,使用Wallace树结构和4-2压缩器对部分积归约。以8点复点FFT为实例设计相应的控制电路。使用VHDL语言完成设计,并综合到FPGA中。从综合的结果看该结构可在XC4025E-2上以52MHz的时钟高速运行。在此基础上易于扩展为大点数FFT运算结构。 -Pan Mingha
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:128401
    • 提供者:culun
  1. KF_SINS

    0下载:
  2. 一个简单的通过kalman滤波实现管道初始对准的程序-A simple kalman filtering through the pipeline to achieve initial alignment procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2420
    • 提供者:yanxin
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
  1. Matrix

    0下载:
  2. It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:4120
    • 提供者:Hancy Samurai
  1. 6_seg_cpu

    0下载:
  2. 我写的6段流水线cpu,供大家参考。里面包括了alu memory topcpu等模块-I wrote a six-stage pipeline CPU, for your reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:656578
    • 提供者:lijiaxin
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com